home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / Instal.dxr / 00006_Najezd instal konec.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  566 b   |  25 lines

  1. on beginSprite me
  2.   set the visible of sprite the spriteNum of me to 1
  3.   set the visible of sprite (the spriteNum of me + 1) to 0
  4. end
  5.  
  6. on mouseEnter me
  7.   puppetSound(1, "Najezd")
  8.   set the cursor of sprite the spriteNum of me to [member "ruka_1", member "ruka_2"]
  9.   set the visible of sprite (the spriteNum of me + 1) to 1
  10. end
  11.  
  12. on mouseLeave me
  13.   set the cursor of sprite the spriteNum of me to -1
  14.   set the visible of sprite (the spriteNum of me + 1) to 0
  15. end
  16.  
  17. on mouseDown me
  18.   puppetSound(1, "Klik")
  19. end
  20.  
  21. on mouseUp me
  22.   global Cesta
  23.   forget(window "Vyber")
  24. end
  25.